home *** CD-ROM | disk | FTP | other *** search
- ; Outline+Shadow - 8 Script
- OT 1 ;Set Outline Thickness to OT
- magx 8 ;Destination raster is n1 dots wider than original.
- magy 8 ;Destination raster is n2 dots wider than original.
- AR ;Allocate raster (required before GT and D, below).
- ; draw diagnal representations of the character from 0,0 to 8, 8
- gt 0 0
- d 1
- gt 1 0
- d 1
- gt 1 1
- d 1
- gt 2 1
- d 1
- gt 2 2
- d 1
- gt 3 2
- d 1
- gt 3 3
- d 1
- gt 4 3
- d 1
- gt 4 4
- d 1
- gt 5 4
- d 1
- gt 5 5
- d 1
- gt 6 5
- d 1
- gt 6 6
- d 1
- gt 7 6
- d 1
- gt 7 7
- d 1
- gt 8 7
- d 1
- gt 8 8
- d 1
- gt 7 7
- d 0
-